projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73fa206
)
armv8: ls1088a: Add nand support for ls1088ardb
author
Ashish Kumar
<
[email protected]
>
Tue, 28 Nov 2017 05:22:17 +0000
(10:52 +0530)
committer
York Sun
<
[email protected]
>
Wed, 6 Dec 2017 22:56:31 +0000
(14:56 -0800)
Signed-off-by: Ashish Kumar <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/configs/ls1088ardb.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1088ardb.h
b/include/configs/ls1088ardb.h
index 65ca1c206dfe9fd06e4d35726cadc9341d0012a6..1da8153a4e911447b2d159bc6ec7ccb6d9538715 100644
(file)
--- a/
include/configs/ls1088ardb.h
+++ b/
include/configs/ls1088ardb.h
@@
-95,6
+95,7
@@
#define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE }
#endif
#endif
+#define CONFIG_NAND_FSL_IFC
#define CONFIG_SYS_NAND_MAX_ECCPOS 256
#define CONFIG_SYS_NAND_MAX_OOBFREE 2
@@
-132,6
+133,7
@@
#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_MTD_NAND_VERIFY_WRITE
+#define CONFIG_CMD_NAND
#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)